Overload | Description |
---|---|
BeOneOf(Nullable<TimeOnly>[]) | Asserts that the System.TimeOnly is one of the specified validValues. |
BeOneOf(TimeOnly[]) | Asserts that the System.TimeOnly is one of the specified validValues. |
BeOneOf(IEnumerable<TimeOnly>,String,Object[]) | Asserts that the System.TimeOnly is one of the specified validValues. |
BeOneOf(IEnumerable<Nullable<TimeOnly>>,String,Object[]) | Asserts that the System.TimeOnly is one of the specified validValues. |